gtk-demo: Fix the links example
authorMatthias Clasen <mclasen@redhat.com>
Sun, 13 Apr 2014 01:42:29 +0000 (18:42 -0700)
committerMatthias Clasen <mclasen@redhat.com>
Sun, 13 Apr 2014 01:44:40 +0000 (18:44 -0700)
commit9268ef36abe691520a48c18ce57bce0a4fdcda2b
tree7b35764ad94df8394aacccf8b4c2ec4336a4d215
parent5ac234686239d63d70daa6cc131e40465b6841fa
gtk-demo: Fix the links example

The keynav dialog is transient to the example window; since the
example window is now modal, we need to make the keynav dialog
modal as well, so it can receive input.
Problem pointed out by Jasper St. Pierre.
demos/gtk-demo/links.c